home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / PolyhedraView.BackModule / PolyhedraViewWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  943 b   |  21 lines

  1. /* PolyhedraViewWraps.h generated from PolyhedraViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef POLYHEDRAVIEWWRAPS_H
  6. #define POLYHEDRAVIEWWRAPS_H
  7.  
  8. extern void colourTriangle(float x1, float y1, float x2, float y2, float x3, float y3, float r, float g, float b);
  9.  
  10. extern void outlineTriangle(float x1, float y1, float x2, float y2, float x3, float y3);
  11.  
  12. extern void colourSquare(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float r, float g, float b);
  13.  
  14. extern void outlineSquare(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4);
  15.  
  16. extern void colourPentagon(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float x5, float y5, float r, float g, float b);
  17.  
  18. extern void outlinePentagon(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float x5, float y5);
  19.  
  20. #endif POLYHEDRAVIEWWRAPS_H
  21.